home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 1872 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: relhome.erls02.siemens.de!not-for-mail
  2. From: luebke@relhome.erls02.siemens.de (Reinhard Luebke)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: Commodore-64
  5. Date: 10 Feb 1996 16:20:29 GMT
  6. Organization: Private Amiga Site
  7. Message-ID: <4figkd$87v@bastion.erls02.siemens.de>
  8. References: <1996Jan31.154620.1@animal> <883.6604T1433T1932@sunshine.net> <2351.6606T1165T1699@execpc.com>
  9. NNTP-Posting-Host: relhome.erls02.siemens.de
  10. X-Newsreader: TIN [AMIGA 1.3 950824BETA PL0]
  11.  
  12. Jeffery S. Jones (jeffsj@execpc.com) wrote:
  13. > >if i remember correctly, and its been years and years, the correct syntax is:
  14. > >LOAD "filename",8,#  (where # is the drive ie:1 or 2)
  15. > > but as i say its been years.
  16. >   Not quite right.  The number, if present, means load in binary (program)
  17. > mode, rather than in text (Basic programs).  The drive is number 8, 2nd drive
  18. > is 9, etc.  4 is the printer if you have one.
  19.  
  20. If I recall it right:
  21.  
  22. load "name",8,1 just does a load with respect to the start (load) address
  23. stored in the file itself. You could even load BASIC text with ,8,1 but
  24. this could rise a problem when loading BASIC files written on a CBM 3032
  25. for example since the memory layout on these machines was a bit different.
  26. Text area starts at 0x0400 on those machines. On the VC64 it was 0x0800.
  27. (yes I know that these layout could be changed on the 64... ;-) )
  28.  
  29. ,8,1 was typically used for autostart programs like games etc. !
  30.  
  31.  
  32. Cheers,
  33.  
  34. Reinhard
  35.  
  36. -- 
  37. Reinhard Luebke, Finkenschlag 51, D-90766 Fuerth, Germany
  38. =========================================================
  39. luebke@relhome.erls02.siemens.de,  Phone: +49-911-7591958
  40.         <http://www.erls02.siemens.de/~luebke>
  41.